.public-title {
  font-size: 14px;
  color: #535353;
  border-bottom: 1px solid #c9c9c9;
}
.public-title span {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #535353;
  padding-bottom: 20px;
  margin-right: 5px;
  border-bottom: 2px solid #535353;
}
.session_1 .banner-box {
  height: auto;
  position: relative;
}
.session_1 .banner-box img {
  width: 100%;
}
.session_1 .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 20px;
}
.session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
  outline: none;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  box-sizing: border-box;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  top: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.session_1 img {
  width: 100%;
}
.session_1 .swiper-button-next {
  right: 120px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.session_1 .swiper-button-prev {
  left: 120px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.session_1 .swiper-button-next,
.session_1 .swiper-button-prev {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 40px;
  height: 100px;
  margin-top: -50px;
  background-position: center center;
  background-size: 12px auto;
}
.session_1 .swiper-button-next:hover,
.session_1 .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.session_2 {
  margin-top: 100px;
  position: relative;
}
.session_2 .centent-box {
  height: 650px;
  line-height: 650px;
}
.session_2 .centent-box .txt-box {
  display: inline-block;
  line-height: 1.6;
  width: 650px;
  padding-right: 55px;
  box-sizing: border-box;
  vertical-align: middle;
}
.session_2 .centent-box .txt-box .title-box {
  margin-bottom: 55px;
}
.session_2 .centent-box .txt-box .title-box h3 {
  font-size: 30px;
  color: #3c3c3c;
  line-height: 1;
  margin-bottom: 10px;
}
.session_2 .centent-box .txt-box .title-box p {
  font-size: 12px;
  color: #3c3c3c;
}
.session_2 .centent-box .txt-box .des-box p {
  font-size: 16px;
  line-height: 2;
  color: #3c3c3c;
}
.session_2 .centent-box .txt-box .des-box .more-box {
  margin-top: 40px;
  font-size: 16px;
}
.session_2 .centent-box .txt-box .des-box .more-box a {
  position: relative;
  padding-right: 30px;
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 1px solid #d9d9d9;
}
.session_2 .centent-box .txt-box .des-box .more-box a:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #434343;
  bottom: -1px;
  left: 0;
  transition: all .3s;
}
.session_2 .centent-box .txt-box .des-box .more-box a:hover:before {
  width: 130px;
}
.session_2 .centent-box .img-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 25px;
  width: 50%;
  line-height: 1;
  background: #d6d6d6;
  padding: 15px;
  padding-right: 0;
}
.session_2 .centent-box .img-box img {
  width: 100%;
}
.session_3 {
  background: #282828;
}
.session_3 .list-box {
  position: relative;
  z-index: 2;
  height: 230px;
  padding-top: 80px;
  box-sizing: border-box;
}
.session_3 .list-box .item-box {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
}
.session_3 .list-box .item-box .txt-box {
  position: relative;
  display: inline-block;
}
.session_3 .list-box .item-box .txt-box:before {
  position: absolute;
  content: '';
  width: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  top: 50%;
  right: -160px;
}
.session_3 .list-box .item-box:last-child .txt-box:before {
  display: none;
}
.session_3 .list-box .item-box h3 {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: 400;
}
.session_3 .list-box .item-box h3 em {
  font-style: normal;
}
.session_3 .list-box .item-box h3 i {
  font-style: normal;
  font-size: 18px;
  margin-left: 5px;
}
.session_3 .list-box .item-box h3 span {
  position: absolute;
  font-size: 18px;
  top: -8px;
  right: -20px;
}
.session_3 .list-box .item-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.session_4 {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #f5f6ff;
}
.session_4 .centent-box {
  margin-top: 60px;
}
.session_4 .centent-box .swiper-pagination {
  text-align: right;
  font-size: 30px;
  color: #282828;
  letter-spacing: -3px;
}
.session_4 .centent-box .swiper-pagination .swiper-pagination-current {
  font-size: 28px;
}
.session_4 .centent-box .swiper-pagination em {
  font-size: 18px;
  color: #7d7d7d;
  font-style: normal;
}
.session_4 .centent-box .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  color: #7d7d7d;
  padding-right: 20px;
}
.session_4 .centent-box .swiper-button-next,
.session_4 .centent-box .swiper-button-prev {
  width: 70px;
  height: 70px;
  background-color: #333;
  top: auto;
  bottom: 60px;
  background-size: 12px auto;
}
.session_4 .centent-box .swiper-button-prev {
  left: auto;
  right: 80px;
  background-color: #fff;
}
.session_4 .item-box .img-box {
  float: left;
  margin-right: 75px;
}
.session_4 .item-box .txt-box {
  padding-top: 55px;
  float: left;
}
.session_4 .item-box .txt-box h3 {
  font-size: 28px;
  color: #282828;
  margin-bottom: 20px;
}
.session_4 .item-box .txt-box p {
  font-size: 14px;
  color: #282828;
}
.session_4 .list-box {
  margin-top: 58px;
}
.session_4 .list-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.session_4 .list-box .col-md-2 {
  width: 16.66%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  float: left;
}
.session_4 .list-box .col-md-2.active .item-tab {
  background: #282828;
  color: #fff;
}
.session_4 .list-box .col-md-2.active .item-tab img {
  display: none;
}
.session_4 .list-box .col-md-2.active .item-tab img.hover {
  display: inline-block;
}
.session_4 .list-box .item-tab {
  height: 86px;
  line-height: 84px;
  border: 1px solid #b1b2b4;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #777777;
}
.session_4 .list-box .item-tab img {
  margin-right: 15px;
}
.session_4 .list-box .item-tab img.hover {
  display: none;
}
.session_4 .list-box .item-tab:hover {
  background: #282828;
  color: #fff;
}
.session_4 .list-box .item-tab:hover img {
  display: none;
}
.session_4 .list-box .item-tab:hover img.hover {
  display: inline-block;
}
.session_5 {
  width: 100%;
  height: 830px;
  padding-top: 85px;
  box-sizing: border-box;
  background-image: url(../images/img_3.jpg);
}
.session_5 .public-title {
  color: #fff;
}
.session_5 .public-title span {
  color: #fff;
  border-color: #fff;
}
.session_5 .centent-box {
  position: relative;
  margin-top: 80px;
  padding-left: 110px;
}
.session_5 .centent-box .tab-box {
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
}
.session_5 .centent-box .tab-box ul li {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
}
.session_5 .centent-box .tab-box ul li span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.session_5 .centent-box .tab-box ul li.active span,
.session_5 .centent-box .tab-box ul li:hover span {
  border-color: #fff;
}
.session_5 .item-box {
  height: 530px;
  width: 100%;
  position: relative;
}
.session_5 .item-box .big-box {
  position: relative;
  width: 510px;
  height: 510px;
}
.session_5 .item-box .big-box img {
  position: relative;
}
.session_5 .item-box .big-box .bg-box {
  position: absolute;
  width: 510px;
  height: 510px;
  background: rgba(255, 255, 255, 0.5);
  right: -20px;
  top: 20px;
}
.session_5 .item-box .txt-box {
  position: absolute;
  top: 90px;
  left: 440px;
  background: #fff;
  width: 580px;
  height: 260px;
  padding-top: 60px;
  box-sizing: border-box;
  padding-right: 40px;
  padding-left: 40px;
  z-index: 3;
}
.session_5 .item-box .txt-box h3 {
  position: relative;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 15px;
}
.session_5 .item-box .txt-box h3:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  top: 0;
  background: #3d3d3d;
}
.session_5 .item-box .txt-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #4a4a4a;
}
.session_5 .item-box .small-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.session_5 .swiper-button-next,
.session_5 .swiper-button-prev {
  width: 70px;
  height: 70px;
  background-color: #333;
  top: auto;
  bottom: 0px;
  right: 130px;
  background-size: 12px auto;
}
.session_5 .swiper-button-prev {
  left: auto;
  right: 200px;
  background-color: #fff;
}
.session_6 {
  margin-top: 75px;
  padding-bottom: 100px;
}
.session_6 .tab-box {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.session_6 .tab-box span {
  display: inline-block;
  font-size: 18px;
  color: #535353;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  cursor: pointer;
}
.session_6 .tab-box span:hover,
.session_6 .tab-box span.active {
  border-bottom: 1px solid #313131;
}
.session_6 .all-box .list-box {
  display: none;
}
.session_6 .all-box .list-box.active {
  display: block;
}
.session_6 .all-box .row {
  margin-left: -13px;
  margin-right: -13px;
}
.session_6 .all-box .col-md-4 {
  float: left;
  padding-left: 13px;
  padding-right: 13px;
}
.session_6 .all-box .item-box .img-box img {
  width: 100%;
}
.session_6 .all-box .item-box .txt-box h3 {
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  font-size: 14px;
  color: #464646;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
  transition: all .3s;
}
.session_6 .all-box .item-box .txt-box p {
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  transition: all .3s;
}
.session_6 .all-box .item-box .txt-box p i {
  display: inline-block;
  margin-left: 30px;
  font-style: normal;
}
.session_6 .all-box .item-box .txt-box p span {
  display: none;
  width: 40px;
  border-left: 1px solid #949494;
  float: right;
  text-align: center;
}
.session_6 .all-box .item-box:hover .txt-box {
  background: #282828;
}
.session_6 .all-box .item-box:hover .txt-box h3 {
  border-color: #949494;
  color: #fff;
  padding-left: 15px;
}
.session_6 .all-box .item-box:hover .txt-box p {
  color: #fff;
  padding-left: 15px;
}
.session_6 .all-box .item-box:hover .txt-box p span {
  display: block;
}
.session_7 {
  height: 700px;
  background-size: cover;
  background-image: url(../images/img_9.jpg);
  background-position: center center;
  padding-top: 85px;
  box-sizing: border-box;
}
.session_7 .public-title {
  color: #fff;
}
.session_7 .public-title span {
  color: #fff;
  border-color: #fff;
}
.session_7 .centent-box {
  margin-top: 85px;
  padding-left: 300px;
}
.session_7 .list-box {
  box-sizing: border-box;
}
.session_7 .list-box .item-box {
  float: left;
  width: 25%;
  height: 200px;
  border: 1px solid #858585;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.session_7 .list-box .item-box:first-child {
  border-color: transparent;
}
.session_7 .list-box .item-box .title {
  font-size: 20px;
  color: #fff;
  transition: all .3s;
}
.session_7 .list-box .item-box .title span {
  display: inline-block;
  vertical-align: top;
  font-size: 35px;
  position: relative;
  top: -4px;
  color: #818182;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1;
  margin-right: 10px;
  border-bottom: 1px solid #818182;
  margin-bottom: 8px;
}
.session_7 .list-box .item-box p {
  transition: all .3s;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.session_7 .list-box .item-box:hover {
  background: #626262;
  border-radius: 8px;
  border-color: #626262;
}
.session_7 .list-box .item-box:hover .title {
  transform: translateY(-10px);
  color: #fff;
}
.session_7 .list-box .item-box:hover .title span {
  color: #fff;
  border-bottom: none;
}
.session_7 .list-box .item-box:hover p {
  color: #fff;
  transform: translateY(-10px);
}
.session_7 .list-box .item-box:hover:first-child {
  border-color: transparent;
  background: transparent;
}
.session_8 {
  margin-top: 80px;
}
.session_8 .centent-box {
  padding-top: 55px;
  padding-bottom: 100px;
}
.session_8 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.session_8 .col-md-4 {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 33.33%;
}
.session_8 .item-box {
  border: 1px solid #a9a9a9;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
}
.session_8 .item-box a {
  display: block;
}
.session_8 .item-box .time {
  position: relative;
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.session_8 .item-box .time:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #3d3d3d;
}
.session_8 .item-box .time span {
  font-size: 16px;
  margin-left: 10px;
}
.session_8 .item-box .txt-box {
  position: relative;
  height: 220px;
}
.session_8 .item-box .txt-box .title {
  font-size: 16px;
  color: #000000;
  line-height: 1;
  margin-bottom: 14px;
}
.session_8 .item-box .txt-box p {
  font-size: 14px;
  color: #676767;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.session_8 .item-box .txt-box .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #727272;
  height: 85px;
  line-height: 85px;
}
.session_8 .item-box .txt-box .bottom-box .arr {
  opacity: 0;
  float: right;
  transform: translate(-10px, 0);
  transition: transform .5s;
}
.session_8 .item-box:hover {
  background: #282828;
}
.session_8 .item-box:hover .time {
  color: #fff;
}
.session_8 .item-box:hover .time:before {
  background: #fff;
}
.session_8 .item-box:hover .txt-box .title {
  color: #fff;
}
.session_8 .item-box:hover .txt-box p {
  color: #676767;
}
.session_8 .item-box:hover .txt-box .bottom-box {
  border-top: 1px solid #fff;
}
.session_8 .item-box:hover .txt-box .bottom-box span {
  color: #fff;
}
.session_8 .item-box:hover .txt-box .bottom-box .arr {
  opacity: 1;
  transform: translate(0px, 0);
}
.session_9 {
  width: 100%;
  height: 540px;
  margin-top: 80px;
  background-size: cover;
  background-image: url(../images/img_10.jpg);
}
.session_9 .leave-box {
  position: relative;
  top: -80px;
  width: 450px;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.session_9 .leave-box .title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.session_9 .leave-box .title h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.session_9 .leave-box .title p {
  line-height: 40px;
  background: #000000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.session_9 .leave-box .form-box .line-box {
  margin-bottom: 25px;
}
.session_9 .leave-box .form-box .input-box {
  display: inline-block;
  font-size: 0;
}
.session_9 .leave-box .form-box .input-box label {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  vertical-align: top;
}
.session_9 .leave-box .form-box .input-box input {
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 200px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding-left: 10px;
  padding-right: 10px;
}
.session_9 .leave-box .form-box .input-box select {
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 100px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
.session_9 .leave-box .form-box .input-box span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: 2px;
  color: red;
  font-size: 14px;
}
.session_9 .leave-box .form-box .input-box textarea {
  height: 60px;
  line-height: 1.6;
  text-align: left;
  width: 310px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 10px;
  box-sizing: border-box;
}
.session_9 .leave-box .form-box .btns-box {
  font-size: 16px;
  padding-left: 70px;
  font-size: 0;
}
.session_9 .leave-box .form-box .btns-box span {
  display: inline-block;
  width: 150px;
  height: 30px;
  background: #000;
  text-align: center;
  line-height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.session_9 .leave-box .form-box .btns-box span:hover {
  background: #fff;
  color: #333;
}
/*# sourceMappingURL=index.css.map */